
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--light-brand-color-green: #CFFF92;
--light-brand-color-purple: #E5A4FE;
--light-brand-color-link: #2A80B9;
  /* Fonts */
    --font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-suse: 'SUSE',sans-serif;
--font-cabin: 'Cabin',sans-serif;
--font-montserrat: 'Montserrat',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bstJBr {
    :;
  width:100%;
  min-height:100dvh;
  align-items:center;
  font-family:'Satoshi', sans-serif;
  justify-content:start;
  background-color:#FFF;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bUUFEL {
    width:280px;
  height:calc(100% - 88px);
  position:fixed;
  overflow-y:auto;
  padding-top:48px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:40px;
  }
      

      
          @media (max-width: 890px) {
            
  .bUUFEL {
    width:100%;
  }
      

          }
          
        
        
      
      
  .cyNfYe {
    flex:1;
  width:100%;
  align-items:;
  padding-top:80px;
  flex-direction:row;
  justify-content:;
  }
      

      
        
        
      
      
  .dZZzhl {
    width:0px;
  height:0px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
        
      
      
  .cKLgSK {
    :;
  width:280px;
  height:100%;
  box-sizing:border-box;;
  font-family:'Satoshi', sans-serif;
  background-color:#FAFAFA;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  border-right-color:var(--grey-200, #E5E5E5);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 890px) {
            
  .cKLgSK.notSidebar {
    display:none;
  }
      

          }
          

  .cKLgSK.isSidebar {
    width:100%;
  position:relative;
  }
      

        
        
      
      
  .dQVYsW {
    gap:42px;
  width:100%;
  background: var(--portfolio-background-color);
  min-height:100dvh;
  align-items:center;
  font-family:var(--fontFamilly);
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
          @media (min-width: 680px) {
            
  .dQVYsW {
    padding-top:32px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:32px;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .dQVYsW {
    padding-top:40px;
  padding-left:76px;
  padding-right:76px;
  padding-bottom:40px;
  }
      

          }
          
        
        
      
      
  .cyawWi {
    width:100%;
  display:flex;
  row-gap:24px;
  background: #FAFAFA;
  column-gap:24px;
  align-items:center;
  padding-top:72px;
  padding-bottom:72px;
  justify-content:flex-start;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
        
      
      
  .eGaMqV {
    color:var(--heroFontColor);
  width:100%;
  display:inline-block;
  opacity:0.7;
  font-size:var(--font-size-sm);
  max-width:551px;
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  line-height:19.6px;
  }
      

      
        
        
      
      
  .cRezJM {
    color:inherit;
  width:80px;
  height:80px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:3px;
  padding-left:3px;
  border-radius:40px;
  padding-right:3px;
  padding-bottom:3px;
  justify-content:center;
  }
      

      
        
        
      
      
  .fDPqqO {
    gap:12px;
  color:var(--heroFontColor);
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
        
      
      
  .bwuHQU {
    color:var(--heroFontColor);
  font-size:var(--font-size-lg);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .cLLLhd {
    width:100%;
  cursor:pointer;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  background: #000000;
  align-items:center;
  font-weight:var(--font-weight-black);
  border-radius:50px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .brUGJY {
    gap:26px;
  width:100%;
  display:flex;
  align-items:center;
  font-family:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dWRtKA {
    flex:1;
  width:100%;
  height:400px;
  max-width:1400px;
  max-height:400px;
  font-family:inherit;
  border-radius:20px;
  flex-direction:row;
  background-color:#FAFAFA;
  }
      

      
          @media (max-width: 900px) {
            
  .dWRtKA {
    max-height:unset;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eEdkVx {
    gap:8px;
  display:flex;
  position:relative;
  margin-top:auto;
  align-items:center;
  user-select:none;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .OZrwX {
    width:10px;
  cursor:pointer;
  height:10px;
  background: var(--grey-300);
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
  .OZrwX.active {
    background: #2980B9;
  }
      

        
        
      
      
  .fBIEYA {
    color:#101828;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
        
      
      
  .feeszG {
    gap:28px;
  flex:1;
  display:flex;
  align-items:start;
  font-family:inherit;
  padding-top:32px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:32px;
  justify-content:center;
  }
      

      
        
        
      
      
  .bIGqlp {
    gap:8px;
  font-family:inherit;
  }
      

      
        
        
      
      
  .dNECDp {
    width:100%;
  max-width:410px;
  object-fit:cover;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
          @media (max-width: 900px) {
            
  .dNECDp {
    width:100%;
  height:280px;
  max-width:unset;
  object-fit:cover;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

          }
          
        
        
      
      
  .eJQlFY {
    color:#101828;
  display:inline-block;
  font-size:var(--font-size-2xl);
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .fqOpJn {
    color:#667085;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dKwnRy {
    width:100%;
  bottom:0px;
  height:2px;
  opacity:0.6;
  position:absolute;
  background: var(--tabBorderColor);
  }
      

      
  .dKwnRy.isActive {
    opacity:1;
  }
      


  .dKwnRy:hover {
    opacity:0.8;
  }
      

        
        
      
      
  .fnjSBI {
    width:100%;
  max-width:1400px;
  }
      

      
        
        
      
      
  .ckJlgE {
    width:calc(25% - 15px);
  position:relative;
  }
      

      
        
        
      
      
  .gcnVb {
    width:100%;
  height:800px;
  }
      

      
        
        
      
      
  .evxruy {
    width:100%;
  height:auto;
  display:block;
  border-radius:24px;
  }
      

      
        
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .emOIEC {
    width:60px;
  cursor:pointer;
  height:60px;
  display:flex;
  position:absolute;
  background: #00000066;
  align-items:center;
  justify-content:center;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bjeSRM {
    width:100%;
  display:flex;
  max-width:1400px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .bgYJlr {
    gap:26px;
  width:100%;
  display:grid;
  text-align:left;
  grid-template-columns:repeat(auto-fill, minmax(min(440px, 100%), 1fr));
  }
      

      
        
        
      
      
  .cXWJbJ {
    gap:40px;
  border:0.858px solid var(--Gray-200, #EAECF0);
  height:483px;
  box-shadow:0px 10.295px 13.727px -3.432px rgba(16, 24, 40, 0.08), 0px 3.432px 5.148px -1.716px rgba(16, 24, 40, 0.03);
  font-family:inherit;
  padding-top:30px;
  border-radius:14px;
  padding-bottom:24px;
  background-color:#FFF;
  }
      

      
        
        
      
      
  .beqjmf {
    color:#101828;
  display:flex;
  font-size:var(--font-size-5xl);
  align-items:start;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  line-height:60px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fCTznD {
    color:#FFF;
  width:100%;
  cursor:pointer;
  height:100%;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-black);
  border-radius:50px;
  justify-content:center;
  background-color:#000;
  }
      

      
        
        
      
      
  .dxbmry {
    color:#101828;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .exOTOg {
    width:100%;
  align-items:start;
  font-family:inherit;
  padding-left:28px;
  padding-right:28px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .ehhBXq {
    gap:14px;
  width:100%;
  font-family:inherit;
  }
      

      
        
        
      
      
  .dyFAYC {
    width:100%;
  margin-top:auto;
  align-items:center;
  font-family:inherit;
  padding-left:28px;
  padding-right:28px;
  justify-content:start;
  }
      

      
        
        
      
      
  .cbSpDX {
    gap:6px;
  font-family:inherit;
  }
      

      
        
        
      
      
  .eryWvZ {
    font-size:var(--font-size-3xl);
  font-family:inherit;
  font-weight:inherit;
  line-height:50px;
  }
      

      
        
        
      
      
  .eOgitL {
    color:#101828;
  font-size:var(--font-size-xl);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .dXPVKB {
    gap:10px;
  color:#475467;
  font-size:var(--font-size-sm);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  }
      

      
        
        
      
      
  .ypwjH {
    color:#475467;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .fFmgiq {
    gap:20px;
  width:100%;
  font-family:inherit;
  padding-left:28px;
  padding-right:28px;
  }
      

      
        
        
      
      
  .dWPZxp {
    width:100%;
  height:1px;
  background-color:#EAECF0;
  }
      

      
        
        
      
      
  .einfNF {
    width:100%;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:40px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
          @media (max-width: 420px) {
            
  .einfNF {
    width:100%;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dBHdXw {
    width:100%;
  max-width:468px;
  align-items:end;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dQYOYe {
    flex:1;
  color:var(--tabFontColor);
  cursor:pointer;
  opacity:0.6;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  padding-top:13px;
  padding-bottom:13px;
  }
      

      
  .dQYOYe.isActive {
    color:var(--tabFontColor);
  opacity:1;
  }
      


  .dQYOYe:hover {
    opacity:1;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .FziRU {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9999;
  position:absolute;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ZrQsZ {
    gap:40px;
  color:inherit;
  width:100%;
  align-items:center;
  font-family:inherit;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
        
        
      
      
  .blOwjt {
    gap:16px;
  color:inherit;
  width:100%;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
        
      
      
  .bjiUJK {
    color:inherit;
  width:160px;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:40px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
          @media (max-width: 420px) {
            
  .bjiUJK {
    width:100%;
  }
      

          }
          
        
        
      
      
  .HuvDC {
    width:78px;
  height:78px;
  object-fit:cover;
  border-radius:50%;
  }
      

      
        
        
      
      
  .bHXkup {
    color:inherit;
  width:160px;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:40px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
          @media (max-width: 420px) {
            
  .bHXkup {
    width:100%;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .bwpWqu {
    color:var(--getInTouchFontColor);
  width:100%;
  cursor:pointer;
  height:100%;
  font-size:var(--font-size-base);
  background: var(--getInTouchBackgroundColor);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-black);
  border-radius:50px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cSsxaK {
    color:var(--bookNowFontColor);
  width:100%;
  cursor:pointer;
  height:100%;
  font-size:var(--font-size-base);
  background: var(--bookNowBackgroundColor);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-black);
  border-radius:50px;
  justify-content:center;
  }
      

      
        
        
      
      
  .ctNQjs {
    gap:16px;
  color:inherit;
  margin-top:20px;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 420px) {
            
  .ctNQjs {
    width:100%;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .creator-profile-page\:xZF4dV94AJcKQCj11IZYl {
    font-family:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .vidpop-toast\:root {
    gap:0.75rem;
  color:#000000;
  width:100%;
  opacity:0;
  translate:0 16px;
  background:#ffffff;
  padding-top:1rem;
  border-color:var(--grey-600);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .vidpop-toast\:root.open {
    opacity:1;
  translate:0 0px;
  box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .vidpop-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .vidpop-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .vidpop-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .vidpop-toast\:root.success {
    color:#000000;
  background:#ffffff;
  border-color:var(--light-brand-color-green);
  border-style:solid;
  border-width:1px;
  }
      


  .vidpop-toast\:root.warning {
    color:#000000;
  background:#ffffff;
  border-color:var(--yellow-500);
  border-style:solid;
  border-width:1px;
  }
      


  .vidpop-toast\:root.critical {
    color:#000000;
  background:#ffffff;
  border-color:var(--red-600);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .dlwpSV {
    color:#000000;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .fGrawH {
    color:var(--grey-700);
  display:inline-block;
  font-size:var(--font-size-sm);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
        
      
      
  .vidpop-toast\:ULndAzuyvzg-jYUPTt711 {
    top:0px;
  right:0px;
  cursor:pointer;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bEVurk {
    gap:10px;
  width:100%;
  height:100%;
  background-color:#FAFAFA;
  }
      

      
        
        
      
      
  .eiTBjt {
    width:100%;
  flex-direction:column;
  background-color:#FAFAFA;
  }
      

      
        
        
      
      
  .cHYtXX {
    gap:16px;
  font-family:'Satoshi', sans-serif;
  padding-top:6px;
  padding-bottom:6px;
  }
      

      
        
        
      
      
  .eTgKAH {
    width:100%;
  height:260px;
  object-fit:cover;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-settings\:5JGtApFPiUUO9GfHNz-t5 {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .ffmRzY {
    gap:10px;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bkSnRB {
    width:43px;
  height:26px;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  border-radius:4px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .HMwOi {
    gap:10px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-settings\:EPY_Xe6qXV4iFle4lf2I9 {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .oZSlB {
    color:#0A0A0A;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:Satoshi, sans-serif;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .duBLbk {
    color:#FFF;
  width:100%;
  cursor:pointer;
  height:100%;
  z-index:1;
  font-size:var(--font-size-xxs);
  align-items:center;
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-black);
  padding-top:4px;
  padding-left:5px;
  border-radius:4px;
  padding-right:5px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#000;
  }
      

      
        
        
      
      
  .drWDIR {
    width:100%;
  height:45px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dIXoAV {
    color:#0A0A0A;
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:Satoshi, sans-serif;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .evtGpg {
    gap:8px;
  width:100%;
  margin-top:20px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cWZHVo {
    color:#0A0A0A;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .chrEIN {
    gap:20px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cepzAW {
    color:#f50000;
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .gYQEg {
    gap:16px;
  display:flex;
  align-items:start;
  padding-top:20px;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
        
        
      
      
  .fiYrVU {
    gap:12px;
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cltITf {
    gap:16px;
  display:flex;
  align-items:start;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
        
        
      
      
  .fvgtVv {
    transition:rotate 300ms ease 0ms ;
  }
      

      
  .fvgtVv.rotate {
    rotate:z 90deg;
  }
      

        
        
      
      
  .creator-editor-sidebar-settings\:zoeJgeffHMegnyTrZvhng {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
  .sparkcore\/sc-context-menu-content\:root:focus {
    outline:none;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .vidpop-context-menu-content\:root {
    gap:0.25rem;
  opacity:0;
  min-width:150px;
  background: #ffffff;
  padding-top:0.5rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .vidpop-context-menu-content\:root.open {
    opacity:1;
  }
      


  .vidpop-context-menu-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ezRQFN {
    gap:8px;
  align-items:center;
  padding-top:6px;
  padding-bottom:6px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .zretP {
    display:flex;
  user-select:none;
  flex-direction:column;
  -ms-user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  }
      

      
        
        
      
      
  .brUwKv {
    top:var(--top);
  left:var(--left);
  width:1px;
  height:1px;
  position:absolute;
  visibility:hidden;
  }
      

      
        
        
      
      
  .vidpop-context-menu\:n7Z01Ucy3nPeW3jXX6hOc {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .vidpop-context-menu-radio-group-item\:root {
    gap:0.5rem;
  color:var(--grey-800);
  width:100%;
  height:2rem;
  font-size:var(--font-size-base);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-left:0.75rem;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .vidpop-context-menu-radio-group-item\:root:active {
    background: #CFFF92;
  }
      


  .vidpop-context-menu-radio-group-item\:root:focus {
    background: #CFFF92;
  }
      


  .vidpop-context-menu-radio-group-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  background-color:transparent;
  }
      

        
        
      
      
  .eJFoWI {
    width:0.5rem;
  height:0.5rem;
  background-color:var(--color-bg);
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  .bLEqjl {
    color:inherit;
  width:1rem;
  height:1rem;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bxVHNd {
    gap:8px;
  width:100%;
  display:grid;
  background: white;
  text-align:left;
  grid-template-columns:repeat(auto-fill, minmax(min(100px, 100%), 1fr));
  }
      

      
        
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
        
      
      
  .vidpop-separator\:root {
    background: var(--grey-200);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cOgLRg {
    width:100%;
  height:100px;
  object-fit:cover;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fnNoUw {
    top:10px;
  right:10px;
  width:10px;
  height:10px;
  position:absolute;
  background:var(--image-status);
  border-color:black;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  .sparkcore\/sc-context-menu-item\:root {
    user-select:none;
  -webkit-user-select:none;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-images\:p2i6mwNWFba07FaYZhoQ- {
    color:var(--grey-800);
  width:100%;
  height:2rem;
  font-size:var(--font-size-base);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-left:0.75rem;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .creator-editor-sidebar-images\:p2i6mwNWFba07FaYZhoQ-:active {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-images\:p2i6mwNWFba07FaYZhoQ-:focus {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-images\:p2i6mwNWFba07FaYZhoQ-.open {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-images\:p2i6mwNWFba07FaYZhoQ-.disabled {
    color:var(--neutral-9, #6F6D78);
  background-color:transparent;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ISMGl {
    gap:8px;
  width:100%;
  display:flex;
  padding-top:6px;
  padding-bottom:6px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .EFSlD {
    color:#0A0A0A;
  width:fit-content;
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:Satoshi, sans-serif;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .ddPpMm {
    gap:10px;
  width:100%;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eGnjVR {
    gap:8px;
  width:100%;
  display:grid;
  background: white;
  text-align:left;
  margin-bottom:40px;
  grid-template-columns:repeat(auto-fill, minmax(min(100px, 100%), 1fr));
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dQhzfx {
    left:0px;
  width:100%;
  bottom:0px;
  position:absolute;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .exypCz {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .kkuOr {
    gap:8px;
  color:#4A4A4A;
  width:100%;
  cursor:pointer;
  height:100%;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-black);
  border-radius:6px;
  flex-direction:row;
  justify-content:center;
  background-color:#FFF;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bRMiNJ {
    width:100%;
  height:200px;
  object-fit:cover;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .dTgVZy {
    width:100%;
  height:30px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ATNPO {
    width:100%;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  margin-top:20px;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:6px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
          @media (max-width: 420px) {
            
  .ATNPO {
    width:100%;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-videos\:jEY2ynuhHGLKCXC0y_6wX {
    color:var(--grey-800);
  width:100%;
  height:2rem;
  font-size:var(--font-size-base);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-left:0.75rem;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .creator-editor-sidebar-videos\:jEY2ynuhHGLKCXC0y_6wX:active {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-videos\:jEY2ynuhHGLKCXC0y_6wX:focus {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-videos\:jEY2ynuhHGLKCXC0y_6wX.open {
    background: var(--red-200);
  }
      


  .creator-editor-sidebar-videos\:jEY2ynuhHGLKCXC0y_6wX.disabled {
    color:var(--neutral-9, #6F6D78);
  background-color:transparent;
  }
      

        
        
      
      
  .bXQuSv {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eMKIjh {
    width:100%;
  flex-direction:column;
  }
      

      
        
        
      
      
  .djrqpg {
    gap:16px;
  align-items:center;
  padding-top:6px;
  padding-bottom:6px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .zjdNQ {
    gap:8px;
  width:100%;
  font-family:'Satoshi', sans-serif;
  padding-top:20px;
  flex-direction:column;
  background-color:#FAFAFA;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dzlhXZ {
    width:100%;
  height:260px;
  object-fit:cover;
  }
      

      
        
        
      
      
  .cWraVI {
    gap:18px;
  margin-top:16px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dOJNwj {
    color:inherit;
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-black);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eRQHBm {
    width:100%;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:6px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
          @media (max-width: 420px) {
            
  .eRQHBm {
    width:100%;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .byBFJT {
    gap:12px;
  cursor:pointer;
  height:40px;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .byBFJT:hover {
    background-color:#FFF;
  }
      


  .byBFJT.activePage {
    background-color:#CFFF92;
  }
      

        
        
      
      
  .bytzwL {
    :;
  color:#344054;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .fcxxOZ {
    font-size:24px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fFSPhu {
    width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:Ko1VRXrPs9T-FuTvoN3oQ {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:LsVFUTydkvPclBYh7d5tC {
    color:#000000;
  }
      

      
        
        
      
      
  .eKxxNg {
    width:100%;
  row-gap:10px;
  column-gap:10px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .buwzcT {
    color:var(--usernameColorText, #DC2626);
  font-size:var(--font-size-sm);
  margin-top:5px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:RTliuCIn2PM-1ETXm6B07 {
    color:#000000;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:Rgd6rGVC3CMXWfkSqD7vB {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:Xb10FmL3m6PgZc_RHs2bo {
    color:#000000;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:aZvhCg38Ivbofnz3-8oDR {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .dYFnjK {
    width:60px;
  height:60px;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  border-radius:50%;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:dne1N9iaC-L44sG4jT2tg {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:obwJQNMb-okcT6bBykYmf {
    color:#000000;
  }
      

      
        
        
      
      
  .creator-editor-sidebar-about-me\:pLlNreNz9VenOwk96OKOd {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  .ckiUNN {
    color:#E5E5E5;
  display:none;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

      
        
        
      
      
  .hzghL {
    gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eOivBR {
    width:40px;
  cursor:pointer;
  height:40px;
  align-items:center;
  border-color:#D0D5DD;
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  justify-content:center;
  background-color:#FFF;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fzmrbh {
    gap:9px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .CcxVB {
    width:100%;
  height:50px;
  z-index:1;
  background:conic-gradient(from 180deg at 50% 50%, #326BF9 0deg, #CFFF92 52.31731832027435deg, #FF2CEA 179.54877734184265deg, #00FDCF 268.32565784454346deg, #326BF9 360deg);;
  align-items:center;
  font-family:inherit;
  padding-top:2px;
  padding-left:2px;
  border-radius:6px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bENoMw {
    top:0px;
  left:0px;
  width:100%;
  height:80px;
  z-index:1000;
  position:fixed;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  background-color:#FFF;
  }
      

      
        
        
      
      
  .fzlcsw {
    width:fit-content;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .bdQQMF {
    width:fit-content;
  border:1px solid #E5E5E5;
  border-radius:100px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .beGKFJ {
    color:#000;
  font-size:var(--font-size-lg);
  font-family:'Cabin';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .clMwcQ {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .bYIHBh {
    align-items:center;
  padding-top:8px;
  border-right:1px solid #E5E5E5;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:#FAFAFA;
  border-top-left-radius:100px;
  border-bottom-left-radius:100px;
  }
      

      
        
        
      
      
  .XPwMC {
    height:100px;
  align-items:start;
  padding-top:10px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:10px;
  justify-content:space-between;
  }
      

      
  .XPwMC:hover {
    cursor:pointer;
  box-shadow:1px 2px 10px 0px #00000044;
  }
      


  .XPwMC.isActive {
    box-shadow:0px 2px 4px 0px #00000044;
  }
      

        
        
      
      
  .cWYNNz {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:'Montserrat';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .CKyNc {
    color:#000;
  font-size:var(--font-size-lg);
  font-family:'Inter';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .bSoHdo {
    color:#000;
  font-size:var(--font-size-lg);
  font-family:'SUSE';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .dpFbkN {
    gap:16px;
  top:40px;
  left:-50px;
  width:300px;
  position:absolute;
  box-shadow:0px 2px 4px 0px #00000044;
  padding-top:12px;
  padding-left:12px;
  border-radius:16px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:#FFF;
  }
      

      
        
        
      
      
  .eGVGhE {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .ICibS {
    gap:8px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:#FFF;
  border-top-right-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .dDcRdD {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:'Cabin';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .WFrlw {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Montserrat';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .MxLbh {
    font-size:inherit;
  text-align:left;
  font-family:'Satoshi', sans-serif;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .cvDrnU {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:'SUSE';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .YyEGF {
    :;
  color:#737373;
  font-size:var(--font-size-sm);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .ScUkH {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'SUSE';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .dtKrZx {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .eNJian {
    color:#000;
  font-size:var(--font-size-lg);
  font-family:'Montserrat';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .QzwSo {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Cabin';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .fEgxbF {
    color:#000;
  font-size:var(--font-size-lg);
  font-family:'Poppins';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .zhWTC {
    height:30px;
  display:flex;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .bkhgsZ {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fvJpEo {
    gap:16px;
  color:#000;
  cursor:pointer;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-bold);
  padding-top:12px;
  padding-left:35px;
  border-radius:100px;
  padding-right:35px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:start;
  background-color:#CFFF92;
  }
      

      
        
        
      
      
  .fjFnkv {
    gap:8px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fhZPtH {
    width:100%;
  cursor:pointer;
  z-index:2000;
  max-width:147px;
  }
      

      
        
        
      
      
  .fkgzLk {
    gap:16px;
  color:#000;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-bold);
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
          @media (min-width: 890px) {
            
  .gATpq {
    display:none;
  }
      

          }
          
        
        
      
      
  .fkJgLs {
    gap:21px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .OZWFl {
    width:280px;
  height:100%;
  align-items:center;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  justify-content:space-between;
  background-color:#FAFAFA;
  border-right-color:var(--grey-200, #E5E5E5);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 890px) {
            
  .OZWFl {
    width:100%;
  border:unset;
  }
      

          }
          
        
        
      
      
  .dWBiqI {
    gap:8px;
  color:#f7e3e3;
  cursor:pointer;
  align-items:center;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:#FFF;
  border-top-right-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .creator-editor-header-font-color\:XOGkiVl3byQJu7QX7Y0Hv {
    width:fit-content;
  height:30px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .crPKBb {
    flex:1;
  height:100%;
  align-items:center;
  padding-left:65px;
  padding-right:87px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bEcHoj {
    flex:1;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
  .bEcHoj.isSidebar {
    display:none;
  }
      

        
        
      